home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / doc / www_talk.arc / 000384_bobw@csg.uwaterloo.ca _Mon Nov 23 16:01:33 1992.msg < prev    next >
Internet Message Format  |  1992-11-30  |  2KB

  1. Return-Path: <bobw@csg.uwaterloo.ca>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA14899; Mon, 23 Nov 92 16:01:33 MET
  4. Received: by dxmint.cern.ch (dxcern) (5.57/3.14)
  5.     id AA13421; Mon, 23 Nov 92 16:13:26 +0100
  6. Received: by csg.uwaterloo.ca
  7.     id <AA20554>; Mon, 23 Nov 92 10:11:57 -0500
  8. From: Bob Wildfong <bobw@csg.uwaterloo.ca>
  9. Message-Id: <9211231511.AA20554@csg.uwaterloo.ca>
  10. Subject: Embedded graphics (was Re: Book metaphor)
  11. To: dsr@hplb.hpl.hp.com (Dave_Raggett)
  12. Date: Mon, 23 Nov 92 10:11:56 EST
  13. Cc: www-talk@nxoc01.cern.ch
  14. In-Reply-To: <9211231123.AA12237@manuel.hpl.hp.com>; from "Dave_Raggett" at Nov 23, 92 11:23 am
  15. X-Mailer: ELM [version 2.3 PL11]
  16.  
  17. > Pictures
  18. > ========
  19.  
  20. > It seems sensible to support a variety of formats: TIFF, GIFF, DIBs
  21. > Fax group III/IV, CGM etc. The idea of embedded objects which return their
  22. > size and can display themselves at a given location seems appropriate.
  23. > The client doesn't know in advance about these embedded objects, it therefore
  24. > makes sense for the server to be able to append them to the requested html
  25. > document so as to avoid a further network loop delay for retrieving them.
  26. > Dave Raggett
  27. > HP Labs, Bristol, UK.   (dsr@hplb.hpl.hp.com)  +44 272 228046
  28.  
  29.  
  30. I've been through this line of thought in a hypertext/electronic book project.
  31. Yes, it's more efficient to include the graphics in the HTML data stream, but
  32. only if you just have one version (format) for each graphic.
  33.  
  34. We found it best in the long run to provide our embedded graphics in several
  35. formats, and allow the client to choose the format most appropriate for its
  36. output device (e.g. 8-bit vs 24-bit colour, Postscript if the device supports
  37. it, WMF if the client is running the Microsoft Windows version of the viewer
  38. program, etc).
  39.  
  40. The server sends a list of available formats and the client requests the
  41. graphic file that it prefers.  This permits the best available graphic quality
  42. on each of several possible output devices, but imposes an extra network delay.
  43. Still, graphic files tend to be pretty big, so the extra delay is only a few
  44. % of the file's download time.
  45.  
  46.  
  47. Bob Wildfong                                       bobw@csg.uwaterloo.ca
  48. Waterloo, Ontario                                  bobw@csg.waterloo.edu
  49. #include <stddisclaimer.h>
  50.